Autogenerated HTML docs for v1.4.2-rc1-g0d51
diff --git a/git-cvsexportcommit.txt b/git-cvsexportcommit.txt index 27ac72d..092d0d6 100644 --- a/git-cvsexportcommit.txt +++ b/git-cvsexportcommit.txt
@@ -8,7 +8,7 @@ SYNOPSIS -------- -'git-cvsexportcommit' [-h] [-v] [-c] [-p] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID +'git-cvsexportcommit' [-h] [-v] [-c] [-p] [-a] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID DESCRIPTION @@ -36,9 +36,13 @@ commit if any hunks fail to apply or there were other problems. -p:: - Be pedantic (paranoid) when applying patches. Invokes patch with + Be pedantic (paranoid) when applying patches. Invokes patch with --fuzz=0 +-a:: + Add authorship information. Adds Author line, and Committer (if + different from Author) to the message. + -f:: Force the merge even if the files are not up to date.